/*author: 闯客前端 小白兔
 *time: 2018年8月14日
 *function: 闯客网首页样式
*/

.header-nav {
    margin-bottom: 0;
}
#nav_top.classification {
    margin-bottom: 0;
}

/*此部分为banner内部动画展示*/
#carousel-example-generic .carousel-inner .item .group-element-items {
    /*display: none;*/
    position: relative;
    width: 1200px;
    margin: 0 auto;
    background: url("http://zhaidaowei.com/images/frontend/i_b_element_7.png");
    background-position: 0px 517px;
    background-repeat: no-repeat;
    height: 100%;
    background-size: 100% auto;
    -webkit-animation: bg_around 10s ease-in-out 2.5s;
    -o-animation: bg_around 10s ease-in-out 2.5s;
    animation: bg_around 10s ease-in-out 2.5s;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#carousel-example-generic .carousel-inner .item.in .group-element-items {
    display: block;
    background-position: 0px 317px;
}

#carousel-example-generic .carousel-inner .item .group-element-items .elements.e3 {
    width: 920px;
    display: inline-block;
    height: 400px;
    position: absolute;
    left: 250px;
    opacity: 0.2;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    -o-opacity: 0.2;
    filter: alpha(opacity=20);
    -webkit-transition: all 0.2s ease-in 0.4s;
    -moz-transition: all 0.2s ease-in 0.4s;
    -ms-transition: all 0.2s ease-in 0.4s;
    -o-transition: all 0.2s ease-in 0.4s;
    transition: all 0.2s ease-in 0.4s;
    bottom: -10px;
    transform: rotatey(90deg);
    -moz-transform: rotatey(90deg);
    -webkit-transform: rotatey(90deg);
    height: 0;
}

#carousel-example-generic .carousel-inner .item.in .group-element-items .elements.e3 {
    bottom: -10px;
    opacity: 0.98;
    -webkit-opacity: 0.98;
    -moz-opacity: 0.98;
    -o-opacity: 0.98;
    filter: alpha(opacity=98);
    transform: rotatey(0deg);
    -moz-transform: rotatey(0deg);
    -webkit-transform: rotatey(0deg);
    height: 395px;
}

#carousel-example-generic .carousel-inner .item .group-element-items .elements.e0 {
    position: absolute;
    top: 92px;
    left: -1000%;
    -webkit-transition: left 0.5s ease 0s;
    -moz-transition: left 0.5s ease 0s;
    -ms-transition: left 0.5s ease 0s;
    -o-transition: left 0.5s ease 0s;
    transition: left 0.5s ease 0s;
}

#carousel-example-generic .carousel-inner .item.in .group-element-items .elements.e0 {
    left: 65px;
}

#carousel-example-generic .carousel-inner .item .group-element-items .elements.e1 {
    position: absolute;
    top: 92px;
    right: -1000%;
    -webkit-transition: right 0.6s ease-in 0.1s;
    -moz-transition: right 0.6s ease-in 0.1s;
    -ms-transition: right 0.6s ease-in 0.1s;
    -o-transition: right 0.6s ease-in 0.1s;
    transition: right 0.6s ease-in 0.1s;
    z-index: 2;
}

#carousel-example-generic .carousel-inner .item.in .group-element-items .elements.e1 {
    right: 643px;
}

#carousel-example-generic .carousel-inner .item .group-element-items .elements.e2 {
    position: absolute;
    top: 172px;
    left: 92px;
    transform: scale(20);
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    filter: alpha(opacity=00);
    -webkit-transition: all 0.36s ease-in 0.8s;
    -moz-transition: all 0.36s ease-in 0.8s;
    -ms-transition: all 0.36s ease-in 0.8s;
    -o-transition: all 0.36s ease-in 0.8s;
    transition: all 0.36s ease-in 0.8s;
}

#carousel-example-generic .carousel-inner .item.in .group-element-items .elements.e2 {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    filter: alpha(opacity=100);
}

#carousel-example-generic .carousel-inner .item .group-element-items .elements.e3 .comble-relative {
    position: relative;
}

#carousel-example-generic .carousel-inner .item .group-element-items .elements.e3 .comble-relative .img_2 {
    position: absolute;
    left: 338px;
    top: 0px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    transition-delay: 0.7s;
    filter: blur(4px);
}

#carousel-example-generic .carousel-inner .item .group-element-items .elements.e3 .comble-relative .img_3 {
    position: absolute;
    left: 0px;
    top: 172px;
    transform: rotatex(90deg);
    -moz-transform: rotatex(90deg);
    -webkit-transform: rotatex(90deg);
    opacity: 0.2;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    transition-delay: 0.5s;
}

#carousel-example-generic .carousel-inner .item .group-element-items .elements.e3 .comble-relative .img_4 {
    position: absolute;
    left: 670px;
    top: 145px;
    transform: rotatex(90deg);
    -moz-transform: rotatex(90deg);
    -webkit-transform: rotatex(90deg);
    opacity: 0.2;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    transition-delay: 0.7s;
}

#carousel-example-generic .carousel-inner .item.in .group-element-items .elements.e3 .comble-relative .img_4 {
    transform: rotatex(0deg);
    -moz-transform: rotatex(0deg);
    -webkit-transform: rotatex(0deg);
    opacity: 1;
}

#carousel-example-generic .carousel-inner .item.in .group-element-items .elements.e3 .comble-relative .img_3 {
    transform: rotatex(0deg);
    -moz-transform: rotatex(0deg);
    -webkit-transform: rotatex(0deg);
    opacity: 1;
}

#carousel-example-generic .carousel-inner .item.in .group-element-items .elements.e3 .comble-relative .img_2 {
    transform: rotatex(0deg);
    -moz-transform: rotatex(0deg);
    -webkit-transform: rotatex(0deg);
    opacity: 1;
    filter: blur(0px);
}

@-webkit-keyframes bg_around {
    from {
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -o-opacity: 1;
        filter: alpha(opacity=100);
        background-position: 0px 317px;
    }
    25% {
        opacity: 0.88;
        -webkit-opacity: 0.88;
        -moz-opacity: 0.9;
        -o-opacity: 0.9;
        filter: alpha(opacity=88);
    }
    50% {
        opacity: 0.72;
        -webkit-opacity: 0.72;
        -moz-opacity: 0.72;
        -o-opacity: 0.72;
        filter: alpha(opacity=72);
        background-position: 0px 345px;
    }
    75% {
        opacity: 0.92;
        -webkit-opacity: 0.92;
        -moz-opacity: 0.92;
        -o-opacity: 0.92;
        filter: alpha(opacity=92);
    }
    100% {
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -o-opacity: 1;
        filter: alpha(opacity=100);
        background-position: 0px 317px;
    }
}

/*banner内部动画展示 - 结束*/

/*页面1200自动居中块级公共样式*/
#zb_index .main-outer {
    clear: both;
    width: 100%;
    background: #fff;
}

#zb_index .main-outer.noback {
    background: none;
}

#zb_index .main-outer .auto-1200 {
    clear: both;
    width: 1200px;
    margin: 0 auto;
}

#zb_index .main-outer .func-area {
    /*padding: 15px 0px;*/
    padding-top: 26px;
    padding-bottom: 20px;
}

#zb_index .main-outer .func-area .func-title {
    width: 100%;
    position: relative;
    height: 32px;
    line-height: 32px;
}

#zb_index .main-outer .func-area .func-title .title,
#zb_index .main-outer .func-area .func-title .morelink {
    display: inline-block;
    padding-left: 50px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    top: 0px;
}

#zb_index .main-outer .func-area .func-title .title {
    left: -200%;
    color: #ccc;
    font-size: 0px;
}

#zb_index .main-outer .func-area .func-title .morelink {
    right: -200%;
    color: #ccc;
    font-size: 0px;
}

#zb_index .main-outer .func-area.active .func-title .title {
    left: 0%;
    color: #000;
    font-size: 22px;
    font-weight: bold;
}

#zb_index .main-outer .func-area.active .func-title .morelink {
    right: 0%;
    color: #999;
    font-size: 14px;
}

/*大標題，增加圖標 。  the title of the icon*/

#zb_index .main-outer .func-area.active .func-title .title {
    background-image: url("../image/i_b_task.png");
    background-position: left center;
    background-repeat: no-repeat;
}

#zb_index .main-outer .func-area.tas-tion-case.active .func-title .title {
    background-image: url("http://zhaidaowei.com/images/frontend/i_b_case.png");
    background-position: left center;
    background-repeat: no-repeat;
}

#zb_index .main-outer .func-area.tas-tion-partner.active .func-title .title {
    background-image: url("http://zhaidaowei.com/images/frontend/i_b_partner.png");
    background-position: left center;
    background-repeat: no-repeat;
}

#zb_index .main-outer .func-area.tas-tion-case .tas-body {
    min-height: 528px;
    width: 100%;
}

#zb_index .main-outer .func-area.tas-tion-flink.active .func-title .title {
    background-image: url("http://zhaidaowei.com/images/frontend/i_b_firendlink.png");
    background-position: left center;
    background-repeat: no-repeat;
}

/*页面1200自动居中块级公共样式 - 结束*/

/**/

/*平台真实数据统计 - 数字滚动动画 ， 移入舒展动画 - 开始*/
/*数据统计静态样式
.count-task-info .c-t-ul .c-t-item .count-mian .count-number .count-unit .count-n-title
*/
/*统计 盒子外层*/
.count-task-info-bxo {
    width: 100%;
    height: 100px;
    -webkit-box-shadow: 3px 0px 8px rgba(158, 158, 158, 0.24);
    -moz-box-shadow: 3px 0px 8px rgba(158, 158, 158, 0.24);
    box-shadow: 3px 0px 8px rgba(158, 158, 158, 0.24);
    background: #fff;
}

.count-task-info-bxo .count-task-info {
    width: 100%;
    float: left;
}

.count-task-info .c-t-ul .c-t-item {
    float: left;
    height: 100px;
    border-right: 1px solid #e5e5e5;
    width: 20%;
    text-align: center;
    padding: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    /* z-index: 1; */
}

.count-task-info .c-t-ul .c-t-item::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    height: 0px;
    background: #df6b3c;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.count-task-info .c-t-ul .c-t-item .count-mian {
    width: 100%;
    clear: both;
}

.count-task-info .c-t-ul .c-t-item .count-mian .count-number,
.count-task-info .c-t-ul .c-t-item .count-mian .count-unit {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #999;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.count-task-info .c-t-ul .c-t-item .count-n-title {
    font-size: 16px;
    color: #666;
    margin-top: 5px;
}

/*数字滚动特效样式*/
.count-task-info .count-number {
    /*display: block;*/
    display: -webkit-flex;
    display: flex;
    position: relative;
    clear: both;
    top: 5px;
}

.count-task-info .OneNumCon {
    /*font-family: DIN-Medium;字体自己选择*/
    display: inline-block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    font-size: 24px;
    text-align: center;
    color: #df6b3c;
    font-weight: bold;
    margin-right: -4px;
    -webkit-transition: color 0.2s ease-in;
    -moz-transition: color 0.2s ease-in;
    -ms-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
}

.count-task-info .OneListNum {
    transition: transform 1.9s ease-in;
}

.count-task-info .OneListNum div {
    height: 24px;
}

/*平台真实数据统计 - 数字滚动动画 - 结束*/

/*项目需求列表 task-list START*/
.tas-tion-task .tas-body .task_list {
    position: relative;
    width: 100%;
    min-height: 440px;
    margin-top: 20px;
}

/*项目10条 - 加载动画*/
.tas-tion-task .tas-body .task_list .task_list_left {
    width: 600px;
    border: 1px solid #fff;
    position: absolute;
    left: -100%;
    -webkit-transition: all 0.5s ease-in-out 0.5s;
    -moz-transition: all 0.5s ease-in-out 0.5s;
    -ms-transition: all 0.5s ease-in-out 0.5s;
    -o-transition: all 0.5s ease-in-out 0.5s;
    transition: all 0.5s ease-in-out 0.5s;
    -webkit-transform: rotatey(90deg);
    -moz-transform: rotatey(90deg);
    -ms-transform: rotatey(90deg);
    -o-transform: rotatey(90deg);
    transform: rotatey(90deg);
    transform: rodate;
    min-height: 440px;
    background: none;
}

.tas-tion-task .tas-body .task_list .task_list_right {
    width: 600px;
    border: 1px solid #fff;
    position: absolute;
    right: -100%;
    -webkit-transition: all 0.5s ease-in-out 0.5s;
    -moz-transition: all 0.5s ease-in-out 0.5s;
    -ms-transition: all 0.5s ease-in-out 0.5s;
    -o-transition: all 0.5s ease-in-out 0.5s;
    transition: all 0.5s ease-in-out 0.5s;
    -webkit-transform: rotatey(90deg);
    -moz-transform: rotatey(90deg);
    -ms-transform: rotatey(90deg);
    -o-transform: rotatey(90deg);
    transform: rotatey(90deg);
    min-height: 440px;
    background: none;
}

.tas-tion-task.active .tas-body .task_list .task_list_left {
    border: 1px solid #e8e8e8;
    left: 0;
    -webkit-transform: rotatey(0deg);
    -moz-transform: rotatey(0deg);
    -ms-transform: rotatey(0deg);
    -o-transform: rotatey(0deg);
    transform: rotatey(0deg);
    background: #fff;
}

.tas-tion-task.active .tas-body .task_list .task_list_right {
    border: 1px solid #e8e8e8;
    right: 1px;
    -webkit-transform: rotatey(0deg);
    -moz-transform: rotatey(0deg);
    -ms-transform: rotatey(0deg);
    -o-transform: rotatey(0deg);
    transform: rotatey(0deg);
    background: #fff;
}

/*项目10条 - 加载动画 结束*/

/*列表*/
.tas-tion-task.active .tas-body .task_list .task_info_li {
    position: relative;
    top: -1px;
    border-top: 1px solid #e8e8e8;
    width: 599px;
    height: 88px;
    padding: 17px 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out 0s;
    -moz-transition: -moz-box-shadow 0.3s ease-in-out 0s;
    -ms-transition: box-shadow 0.3s ease-in-out 0s;
    -o-transition: box-shadow 0.3s ease-in-out 0s;
    transition: box-shadow 0.3s ease-in-out 0s;
    box-sizing: border-box;
    background: url(../image/task_title_rightLink.png);
    background-position: 78% center;
    background-size: 0px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.tas-tion-task.active .tas-body .task_list .task_info_li:hover {
    -webkit-box-shadow: 2px 0px 20px rgba(158, 158, 158, .4);
    -moz-box-shadow: 2px 0px 20px rgba(158, 158, 158, .4);
    box-shadow: 2px 0px 20px rgba(158, 158, 158, .4);
    background-position: 95% 25px;
    background-size: auto;
    /*border: 0px;*/
}

.tas-tion-task.active .tas-body .task_list .task_info_li .task_title {
    font-size: 16px;
    color: #333;
    max-width: 88%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 10px;
    text-decoration: none;
    position: relative;
}

.tas-tion-task.active .tas-body .task_list .task_info_li .task_title::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    height: 1px;
    border-bottom: 2px solid #df6b3c;
    width: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.tas-tion-task.active .tas-body .task_list .task_info_li:hover .task_title::before {
    width: 100%;
    left: 0;
}

.tas-tion-task.active .tas-body .task_list .task_info_li:hover .task_title {
    color: #df6b3c;
    font-weight: bold;
}

.tas-tion-task.active .tas-body .task_list .task_info_li .task_more_msg {
    width: 100%;
    /*padding-left: 15px;*/
    margin-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.tas-tion-task.active .tas-body .task_list .task_info_li .task_more_msg .task_indus {
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 10px;
    text-overflow: ellipsis;
    float: left;
    font-size: 14px;
    color: #999;
}

.tas-tion-task.active .tas-body .task_list .task_info_li .task_more_msg .task_amountMoney {
    width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    color: #df6b3c;
    font-size: 14px;
}

.tas-tion-task.active .tas-body .task_list .task_info_li .task_more_msg .in_task_number {
    width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: right;
    padding-left: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/task_icon_zhongbiao.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #999;
    font-size: 14px;
}

.tas-tion-task.active .tas-body .task_list .task_info_li .task_more_msg .over_time {
    width: 75px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: right;
    padding-left: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/task_icon_time.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #999;
    font-size: 14px;
}

/*项目需求列表 task-list END*/

/*新闻滚动*/
#looking_tasksuccess {
    position: relative;
    overflow: hidden;
    width: 800px;
    height: 110px;
    float: left;
    padding: 0 6px;
}

#looking_tasksuccess ul {
    position: absolute;
    width: 100%;
    float: left;
    height: 2000%;
    list-style: none;
}

#looking_tasksuccess ul li {
    border: 0px;
    padding: 0;
    list-style: none;
    padding-bottom: 0px;
    line-height: 14px;
    width: 100%;
    display: inline-block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#looking_tasksuccess ul li .task_news_items::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 17px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #df6b3c;
}

#looking_tasksuccess ul li .task_news_items .username {
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-right: 8px;
    color: #999;
    float: left;
}

#looking_tasksuccess ul li .task_news_items {
    width: 50%;
    float: left;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

#looking_tasksuccess ul li .task_news_items .statusname {
    width: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-right: 8px;
    color: #555;
    float: left;

}

#looking_tasksuccess ul li .task_news_items .taskname {
    max-width: 178px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-right: 10px;
    color: #666;
    float: left;
    position: relative;
}

#looking_tasksuccess ul li .task_news_items .taskname::before {
    content: "";
    width: 0px;
    height: 1px;
    border-bottom: 2px solid #df6b3c;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    position: absolute;
    left: 50%;
    bottom: 7px;
}

#looking_tasksuccess ul li .task_news_items .taskname:hover::before {
    width: 98%;
    left: 0px;
    bottom: 7px;
}

#looking_tasksuccess ul li .task_news_items .taskname:hover {
    color: #df6b3c;
    font-weight: bold;
}

#zb_index .main-outer .func-area.tas-tion-newsscroll {
    margin-top: 0px;
    padding-top: 1px;
}

.tas-tion-newsscroll .news_scroll {
    width: 100%;
    float: left;
    border: 1px solid #e8e8e8;
    clear: both;
    opacity: 0.3;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    -o-opacity: 0.3;
    -webkit-transform: rotatex(270deg);
    -moz-transform: rotatex(270deg);
    -ms-transform: rotatex(270deg);
    -o-transform: rotatex(270deg);
    transform: rotatex(270deg);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.tas-tion-newsscroll.active .news_scroll {
    -webkit-transform: rotatex(0deg);
    -moz-transform: rotatex(0deg);
    -ms-transform: rotatex(0deg);
    -o-transform: rotatex(0deg);
    transform: rotatex(0deg);
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
}

.tas-tion-newsscroll .news_scroll .news_lg {
    width: 110px;
    height: 110px;
    float: left;
    padding-top: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f7f7f7;
}

.tas-tion-newsscroll .news_scroll .news_lg .lg-n {
    position: relative;
}

.tas-tion-newsscroll .news_scroll .news_lg .lg-n::before {
    content: "";
    display: inline-block;
    width: 42px;
    height: 42px;
    position: absolute;
    left: 39px;
    top: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fe9c47;
}

.tas-tion-newsscroll .news_scroll .news_lg img {
    animation: around_img 8.9s linear infinite;
    margin-left: 28px;
}

@-webkit-keyframes around_img {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes around_img {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes around_img {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes around_img {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.tas-tion-newsscroll .news_scroll .news_lg .title-n {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
}

.tas-tion-newsscroll .news_scroll .ad_a-2-1 {
    float: right;
    width: 270px;
    height: 110px;
    background: #009588;
    overflow: hidden;
}

/*新闻滚动*/

/*项目流程提示*/
#zb_index .main-outer.task-step {
    height: 100px;
    background: #fff;
    padding: 15px 0;
    margin-left: 50%;
    width: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#zb_index .main-outer.task-step .func-area.task-step-by {
    padding: 0px;
}

.main-outer.task-step. .func-area.task-step-by .tas-body {
    padding: 0px;
}

#zb_index .main-outer.task-step.active {
    background: #57bbc5;
    width: 100%;
    margin-left: 0px;
    width: 100%;
}

.main-outer.task-step .func-area.task-step-by .tas-body .step_box {
    width: 0px;
    float: left;
    height: 70px;
    margin-top: 2px;
    overflow: hidden;
    position: relative;
    background: #60cdd8;
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
}

.main-outer.task-step.active .func-area.task-step-by .tas-body .step_box {
    width: 100%;
    height: 67px;
    margin-top: 1px;
}

.main-outer.task-step .func-area.task-step-by .tas-body .step_box .step-item {
    float: left;
    height: 67px;
    overflow: hidden;
    width: 177px;
    color: #fff;
    -webkit-box-sizing: border-box;
    padding-left: 31px;
    padding-top: 6px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-outer.task-step .func-area.task-step-by .tas-body .step_box .step-item.first_tt {
    width: 138px;
    padding: 23px 0px 0px 20px;
}

.main-outer.task-step .func-area.task-step-by .tas-body .step_box .step-item .step_title {
    font-size: 16px;
}

.main-outer.task-step .func-area.task-step-by .tas-body .step_box .step-item .step_desc {
    font-size: 14px;
}

.main-outer.task-step .func-area.task-step-by .tas-body .step_box .step-item .step_title .step_num {
    font-size: 20px;
    font-style: oblique;
    font-family: "宋体";
}

.main-outer.task-step .func-area.task-step-by .tas-body .step_box img {
    height: 74px;
    position: absolute;
    top: -2px;
    left: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    filter: alpha(opacity=0);

}

.main-outer.task-step.active .func-area.task-step-by .tas-body .step_box img.step_1 {
    left: 108px;
}

.main-outer.task-step.active .func-area.task-step-by .tas-body .step_box img.step_2 {
    left: 286px;
}

.main-outer.task-step.active .func-area.task-step-by .tas-body .step_box img.step_3 {
    left: 441px;
}

.main-outer.task-step.active .func-area.task-step-by .tas-body .step_box img.step_4 {
    left: 637px;
}

.main-outer.task-step.active .func-area.task-step-by .tas-body .step_box img.step_5 {
    left: 793px;
}

.main-outer.task-step.active .func-area.task-step-by .tas-body .step_box img.step_6 {
    left: 982px;
}

.main-outer.task-step.active .func-area.task-step-by .tas-body .step_box .step_tips_2 {
    padding-left: 27px;
}

.main-outer.task-step.active .func-area.task-step-by .tas-body .step_box .step_tips_3 {
    padding-left: 31px;
}

.main-outer.task-step.active .func-area.task-step-by .tas-body .step_box .step_tips_4 {
    padding-left: 10px;
}

.main-outer.task-step.active .func-area.task-step-by .tas-body .step_box .step_tips_5 {
    padding-left: 30px;
}

.main-outer.task-step.active .func-area.task-step-by .tas-body .step_box .step_tips_6 {
    padding-left: 10px;
}

.main-outer.task-step.active .func-area.task-step-by .tas-body .step_box .step_tips_7 {
    padding-left: 20px;
}

.main-outer.task-step .func-area.task-step-by .tas-body .step_box img.step_end {
    left: auto;
    right: -14px;
}

.main-outer.task-step.active .func-area.task-step-by .tas-body .step_box img {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    filter: alpha(opacity=100)
}

/*炫光样式*/
.main-outer.task-step .func-area.task-step-by .tas-body .step_box .shan {
    position: absolute;
    -webkit-animation: changeImg 3s ease 0s;
    -o-animation: changeImg 3s ease 0s;
    animation: changeImg 3s ease 0s;
    top: 0;
    width: 30%;
    height: 100%;
    content: "";
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-15deg);
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

/*炫光一闪而过 动画函数*/
@-webkit-keyframes changeImg {
    from {
        left: -50%;
    }
    100% {
        left: 128%;
    }
}

@-moz-keyframes changeImg {
    from {
        left: -50%;
    }
    100% {
        left: 128%;
    }
}

@-ms-keyframes changeImg {
    from {
        left: -50%;
    }
    100% {
        left: 128%;
    }
}

/*项目流程提示 step end*/

/*成熟方案*/
/*方案分类列表*/
.func-area.tas-tion-case .list_case_indus {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 20px;
    min-height: 108px;
    margin-bottom: 8px;
}

.func-area.tas-tion-case .list_case_indus .case_indus {
    width: 78px;
    margin-right: 15.5px;
    float: left;
    text-align: center;
    color: #333;
    font-size: 12px;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity, border 0.3s ease 0s;
    -moz-transition: opacity, border 0.3s ease 0s;
    -ms-transition: opacity, border 0.3s ease 0s;
    -o-transition: opacity, border 0.3s ease 0s;
    transition: opacity, border 0.3s ease 0s;
}

.func-area.tas-tion-case .list_case_indus .case_indus .img_indus {
    margin-right: 5px;
    width: 69px;
    height: 69px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    /*background: url("/images/frontend/index_type_icon_active202).png");*/
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
    transform: rotatey(180deg);
    -webkit-transition: opacity, transform 0.4s ease;
    -moz-transition: opacity, transform 0.4s ease;
    -ms-transition: opacity, transform 0.4s ease;
    -o-transition: opacity, transform 0.4s ease;
    transition: opacity, transform 0.4s ease;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    filter: alpha(opacity=0);
}

.func-area.tas-tion-case .list_case_indus .case_indus .img_indus .imgitem {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    display: inline-block;
    border: 1px solid #fff;
    -webkit-transition: border 0.4s ease 0.6s;
    -moz-transition: border 0.4s ease 0.6s;
    -ms-transition: border 0.4s ease 0.6s;
    -o-transition: border 0.4s ease 0.6s;
    transition: border 0.4s ease 0.6s;
    width: 69px;
    height: 69px;
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: -1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.func-area.tas-tion-case.active .list_case_indus .case_indus .img_indus .imgitem {
    border-color: #e1e1e1
}

.func-area.tas-tion-case.active .list_case_indus .case_indus:hover .img_indus .imgitem,
.func-area.tas-tion-case.active .list_case_indus .case_indus.active .img_indus .imgitem {
    border-color: #e5811f
}

.func-area.tas-tion-case.active .list_case_indus .case_indus:hover .img_indus .imgitem,
.func-area.tas-tion-case.active .list_case_indus .case_indus.active .img_indus .imgitem {
    display: none;
}

.func-area.tas-tion-case.active .list_case_indus .case_indus .img_indus .imgitem.active {
    display: none;
}

.func-area.tas-tion-case.active .list_case_indus .case_indus:hover .img_indus .imgitem.active,
.func-area.tas-tion-case.active .list_case_indus .case_indus.active .img_indus .imgitem.active {
    display: inline-block;
}

.box-line-animate {
    position: relative;
    -webkit-transition: border 0.3s ease 0s;
    -moz-transition: border 0.3s ease 0s;
    -ms-transition: border 0.3s ease 0s;
    -o-transition: border 0.3s ease 0s;
    transition: border 0.3s ease 0s;
}

.func-area.tas-tion-case .list_case_indus .case_indus:hover .img_indus,
.func-area.tas-tion-case .list_case_indus .case_indus.active .img_indus {
    border-color: #e5811f;
    /*background: url("/images/frontend/index_type_icon_202).png");*/
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: rotatey(0deg);
    -moz-transform: rotatey(0deg);
    -ms-transform: rotatey(0deg);
    -o-transform: rotatey(0deg);
    transform: rotatey(0deg);
}

.box-line-animate .line-left {
    -webkit-transition: all 0.4s ease-in-out 0.4s;
    -moz-transition: all 0.4s ease-in-out 0.4s;
    -ms-transition: all 0.4s ease-in-out 0.4s;
    -o-transition: all 0.4s ease-in-out 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: -1px;
    top: 3%;
    width: 1px;
    height: 0px;
    display: inline-block;
    border-left: 1px solid #e5811f;
}

.box-line-animate .line-right {
    -webkit-transition: all 0.4s ease-in-out 0.4s;
    -moz-transition: all 0.4s ease-in-out 0.4s;
    -ms-transition: all 0.4s ease-in-out 0.4s;
    -o-transition: all 0.4s ease-in-out 0.4s;
    transition: all 0.4s ease-in-out 0.4s;
    position: absolute;
    right: -1px;
    bottom: 3%;
    width: 1px;
    height: 0px;
    display: inline-block;
    border-right: 1px solid #e5811f;
}

.box-line-animate::before {
    content: "";
    -webkit-transition: all 0.4s ease-in-out 0.4s;
    -moz-transition: all 0.4s ease-in-out 0.4s;
    -ms-transition: all 0.4s ease-in-out 0.4s;
    -o-transition: all 0.4s ease-in-out 0.4s;
    transition: all 0.4s ease-in-out 0.4s;
    position: absolute;
    right: 3%;
    top: -1px;
    width: 0px;
    height: 1px;
    display: inline-block;
    border-top: 1px solid #e5811f;
}

.box-line-animate:after {
    content: "";
    -webkit-transition: all 0.4s ease-in-out 0.4s;
    -moz-transition: all 0.4s ease-in-out 0.4s;
    -ms-transition: all 0.4s ease-in-out 0.4s;
    -o-transition: all 0.4s ease-in-out 0.4s;
    transition: all 0.4s ease-in-out 0.4s;
    position: absolute;
    left: 3%;
    bottom: -1px;
    width: 0px;
    height: 1px;
    display: inline-block;
    border-bottom: 1px solid #e5811f;
}

/*.func-area.tas-tion-case.active .list_case_indus .case_indus:hover .img_indus{
  border-color: #e5811f !important;
}*/
.func-area.tas-tion-case.active .list_case_indus .case_indus:hover .img_indus .line-left,
.func-area.tas-tion-case.active .list_case_indus .case_indus.active .img_indus .line-left {
    height: 0%;
    border-color: #e5811f !important;
}

.func-area.tas-tion-case.active .list_case_indus .case_indus:hover .img_indus .line-right,
.func-area.tas-tion-case.active .list_case_indus .case_indus.active .img_indus .line-right {
    height: 0%;
    border-color: #e5811f !important;
}

.func-area.tas-tion-case.active .list_case_indus .case_indus:hover .img_indus::before,
.func-area.tas-tion-case.active .list_case_indus .case_indus.active .img_indus::before {
    width: 0%;
    border-color: #e5811f !important;
}

.func-area.tas-tion-case.active .list_case_indus .case_indus:hover .img_indus:after,
.func-area.tas-tion-case.active .list_case_indus .case_indus.active .img_indus:after {
    width: 0%;
    border-color: #e5811f !important;
}

.func-area.tas-tion-case.active .list_case_indus .case_indus {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
}

.func-area.tas-tion-case.active .list_case_indus .case_indus.more {
    margin: 0px;
}

.func-area.tas-tion-case.active .list_case_indus .case_indus .img_indus {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    filter: alpha(opacity=100);
    border: 1px solid #fff;
    margin-left: 5px;
}

.func-area.tas-tion-case.active .list_case_indus .case_indus .img_indus .line-left {
    height: 94%;
    border-color: #e1e1e1;
}

.func-area.tas-tion-case.active .list_case_indus .case_indus .img_indus .line-right {
    height: 94%;
    border-color: #e1e1e1;
}

.func-area.tas-tion-case.active .list_case_indus .case_indus .img_indus.box-line-animate::before {
    width: 94%;
    border-color: #e1e1e1;
}

.func-area.tas-tion-case.active .list_case_indus .case_indus .img_indus.box-line-animate:after {
    width: 94%;
    border-color: #e1e1e1;
}

.func-area.tas-tion-case .list_case_indus .case_indus .indus_title {
    margin-top: 6px;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

.func-area.tas-tion-case .list_case_indus .case_indus a:hover,
.func-area.tas-tion-case .list_case_indus .case_indus a:focus {
    text-decoration: none;
}

.func-area.tas-tion-case .list_case_indus .case_indus:hover .indus_title,
.func-area.tas-tion-case .list_case_indus .case_indus.active .indus_title {
    color: #df6b3c;
}

/*成熟方案列表*/
.tas-tion-case.active .list_case_items {
    width: 100%;
    min-height: 380px;
    float: left;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
}

.tas-tion-case.active .list_case_items .no-data {
    font-size: 18px;
    text-align: center;
    color: #cecdcd;
    padding: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tas-tion-case.active .list_case_items .no-data p {
    height: 60px;
    line-height: 60px;
}

.func-area.tas-tion-case .list_case_items .case-child {
    margin: 0 150px;
    width: 10px;
    height: 380px;
    float: left;
    border: 1px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.8s ease-in 0.6s;
    -moz-transition: all 0.8s ease-in 0.6s;
    -ms-transition: all 0.8s ease-in 0.6s;
    -o-transition: all 0.8s ease-in 0.6s;
    transition: all 0.8s ease-in 0.6s;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: blur(5px);
    filter: blur(5px);
    margin-left: -2px;

}

.func-area.tas-tion-case.active .list_case_items .case-child {
    width: 242px;
    height: 380px;
    margin: 0px;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: -2px;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: blur(0px);
    filter: blur(0px);
    background: #fff;
}

.func-area.tas-tion-case.active .list_case_items .case-child:hover {
    box-shadow: 2px 0px 20px rgba(158, 158, 158, 0.4);
    -webkit-box-shadow: 2px 0px 20px rgba(158, 158, 158, 0.4);
    -ms-box-shadow: 2px 0px 20px rgba(158, 158, 158, 0.4);
    -moz-box-shadow: 2px 0px 20px rgba(158, 158, 158, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.4);
    z-index: 2;
}

.tas-tion-case .list_case_items .case-child .outfixd-cas-info {
    height: 132px;
    width: 100%;
}

.tas-tion-case .list_case_items .case-child .outfixd-cas-info .case-info-fixd .case-title {
    height: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 15px;
    font-size: 16px;
    color: #333;
}

.tas-tion-case .list_case_items .case-child .outfixd-cas-info .case-info-fixd {
    position: absolute;
    bottom: -90px;
    width: 100%;
    height: 220px;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.tas-tion-case .list_case_items .case-child .outfixd-cas-info .case-info-fixd .number-count,
.tas-tion-case .list_case_items .case-child .outfixd-cas-info .case-info-fixd .btn-bx {
    height: 0px;
    width: 100%;
    -webkit-transition: opacity 0.18s;
    -moz-transition: opacity 0.18s;
    -ms-transition: opacity 0.18s;
    -o-transition: opacity 0.18s;
    transition: opacity 0.18s;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    filter: alpha(opacity=0);
}

.tas-tion-case .list_case_items .case-child .outfixd-cas-info .case-info-fixd .number-count {
    font-size: 14px;
    color: #fff;
    padding: 0px 15px;
    float: left;
    width: 100%;
}

.tas-tion-case .list_case_items .case-child .outfixd-cas-info .case-info-fixd .case-shop-price {
    height: 46px;
    line-height: 50px;
    border-top: 1px solid #e8e8e8;
    width: 100%;
    float: left;
}

.tas-tion-case .list_case_items .case-child:hover .outfixd-cas-info .case-info-fixd .case-title {
    color: #fff;
}

.tas-tion-case .list_case_items .case-child:hover .outfixd-cas-info .case-info-fixd {
    bottom: 0px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
}

.tas-tion-case .list_case_items .case-child:hover .outfixd-cas-info .case-info-fixd .number-count .view-num,
.tas-tion-case .list_case_items .case-child:hover .outfixd-cas-info .case-info-fixd .number-count .success-num,
.tas-tion-case .list_case_items .case-child .outfixd-cas-info .case-info-fixd .case-shop-price .shop-name,
.tas-tion-case .list_case_items .case-child .outfixd-cas-info .case-info-fixd .case-shop-price .price-bx {
    float: left;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px 16px;
    font-size: 14px;
    min-height: 10px;
}

.tas-tion-case .list_case_items .case-child:hover .outfixd-cas-info .case-info-fixd .number-count .success-num {
    float: right;
    text-align: right;
    padding-right: 3px;
}

.tas-tion-case .list_case_items .case-child .outfixd-cas-info .case-info-fixd .case-shop-price .price-bx {
    padding-right: 20px;
    float: right;
    text-align: right;
}

.tas-tion-case .list_case_items .case-child:hover .outfixd-cas-info .case-info-fixd .number-count .view-num {
    padding-left: 0px;
}

.tas-tion-case .list_case_items .case-child .outfixd-cas-info .case-info-fixd .case-shop-price .shop-name {
    font-size: 14px;
}

.tas-tion-case .list_case_items .case-child .outfixd-cas-info .case-info-fixd .case-shop-price .price-bx {
    font-size: 14px;
    color: #df6b3c;
}

.tas-tion-case .list_case_items .case-child:hover .outfixd-cas-info .case-info-fixd .case-shop-price .price-bx {
    color: #fff;
}

.tas-tion-case .list_case_items .case-child:hover .outfixd-cas-info .case-info-fixd .btn-bx {
    height: 72px;
    text-align: center;
    width: 100%;
}

.tas-tion-case .list_case_items .case-child:hover .outfixd-cas-info .case-info-fixd .btn-bx .btn-go-info {
    display: inline-block;
    width: 140px;
    height: 42px;
    line-height: 42px;
    background: #df6b3c;
    color: #fff;
    font-size: 16px;
    text-align: center;
    -webkit-box-shadow: 5px 0px 14px rgba(8, 8, 8, 0.1);
    -moz-box-shadow: 5px 0px 14px rgba(8, 8, 8, 0.1);
    box-shadow: 5px 0px 14px rgba(8, 8, 8, 0.1);
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    -webkit-transition: box-shadow 0.6s;
    -moz-transition: box-shadow 0.6s;
    -ms-transition: box-shadow 0.6s;
    -o-transition: box-shadow 0.6s;
    transition: box-shadow 0.6s;
}

.tas-tion-case .list_case_items .case-child:hover .outfixd-cas-info .case-info-fixd .btn-bx .btn-go-info:hover {
    -webkit-box-shadow: 5px 0px 14px rgba(8, 8, 8, 0.39);
    -moz-box-shadow: 5px 0px 14px rgba(8, 8, 8, 0.39);
    box-shadow: 5px 0px 14px rgba(8, 8, 8, 0.39);
}

.tas-tion-case .list_case_items .case-child:hover .outfixd-cas-info .case-info-fixd .number-count,
.tas-tion-case .list_case_items .case-child:hover .outfixd-cas-info .case-info-fixd .btn-bx {
    height: 40px;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    filter: alpha(opacity=100);

}

.tas-tion-case .list_case_items .case-child .case-mian-img {
    width: 100%;
    height: 250px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tas-tion-case .list_case_items .case-child .case-mian-img img {
    width: 0px;
    height: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
}

/*成熟方案 end*/

#Publicbottom {
    margin-top: 26px !important;
}

/*合作伙伴*/
.main-outer.partner {
    margin-bottom: 6px;
}

.main-outer.partner .tas-tion-partner .tas-body {
    margin-top: 15px;
    float: left;
    width: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform 0.6s ease 0.2s;
    -moz-transition: transform 0.6s ease 0.2s;
    -ms-transition: transform 0.6s ease 0.2s;
    -o-transition: transform 0.6s ease 0.2s;
    transition: transform 0.6s ease 0.2s;
    margin-left: 3px;
    min-height: 238px;
}

.main-outer.partner .tas-tion-partner.active .tas-body {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.main-outer.partner .tas-tion-partner .tas-body .partner-items {
    -webkit-transform: rotate(-480deg);
    -moz-transform: rotate(-480deg);
    -ms-transform: rotate(-480deg);
    -o-transform: rotate(-480deg);
    transform: rotate(-480deg);
    -webkit-transition: transform 0.4s ease 0.4s;
    -moz-transition: transform 0.4s ease 0.4s;
    -ms-transition: transform 0.4s ease 0.4s;
    -o-transition: transform 0.4s ease 0.4s;
    transition: transform 0.4s ease 0.4s;
    width: 200px;
    border: 1px solid #e8e8e8;
    height: 120px;
    float: left;
    margin-left: -1px;
    background-color: #fff;
    margin-top: -1px;
    position: relative;
    overflow: hidden;
}

.main-outer.partner .tas-tion-partner.active .tas-body .partner-items {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.main-outer.partner .tas-tion-partner .tas-body .partner-items .msg-bx {
    position: absolute;
    height: 100%;
    width: 100%;
    display: inline-block;
    background: rgba(223, 107, 60, 0.9);
    bottom: -100%;
    -webkit-transition: bottom 0.5s;
    -moz-transition: bottom 0.5s;
    -ms-transition: bottom 0.5s;
    -o-transition: bottom 0.5s;
    transition: bottom 0.5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 8px;
}

.main-outer.partner .tas-tion-partner .tas-body .partner-items:hover .msg-bx {
    bottom: 0px;
}

.main-outer.partner .tas-tion-partner .tas-body .partner-items .msg-bx .title {
    bottom: 0px;
    font-size: 18px;
    color: #f4f4f4;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.main-outer.partner .tas-tion-partner .tas-body .partner-items .msg-bx .desc {
    bottom: 0px;
    font-size: 14px;
    color: #f4f4f4;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.tas-tion-partner .tas-body > a {
    margin: 0px;
}

/*合作伙伴*/

/*友情链接*/
#zb_index .main-outer .func-area.tas-tion-flink {
    padding: 10px;
    min-height: 98px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border: 0px;
}

#zb_index .main-outer .func-area.tas-tion-flink.active {
    background: #fff;
    border: 1px solid #e8e8e8;
}

#zb_index .main-outer .func-area.tas-tion-flink .firendly-link {
    width: 100%;
    float: left;
    padding: 10px 0px;
}

#zb_index .main-outer .func-area.tas-tion-flink .firendly-link > a,
#zb_index .main-outer .func-area.tas-tion-flink .firendly-link > .link-break {
    -webkit-transition: all 0.6s ease 0.2s;
    -moz-transition: all 0.6s ease 0.2s;
    -ms-transition: all 0.6s ease 0.2s;
    -o-transition: all 0.6s ease 0.2s;
    transition: all 0.6s ease 0.2s;
    -webkit-transform: rotatey(-120deg);
    -moz-transform: rotatey(-120deg);
    -ms-transform: rotatey(-120deg);
    -o-transform: rotatey(-120deg);
    transform: rotatey(-120deg);
    float: left;
    font-size: 0px;
    color: #666;
}

#zb_index .main-outer .func-area.tas-tion-flink.active .firendly-link > a,
#zb_index .main-outer .func-area.tas-tion-flink.active .firendly-link > .link-break {
    -webkit-transform: rotatey(0deg);
    -moz-transform: rotatey(0deg);
    -ms-transform: rotatey(0deg);
    -o-transform: rotatey(0deg);
    transform: rotatey(0deg);
    font-size: 14px;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

#zb_index .main-outer .func-area.tas-tion-flink.active .firendly-link > a:hover {
    color: #df6b3c;
    font-weight: bold;
}

#zb_index .main-outer .func-area.tas-tion-flink.active .firendly-link > a::before {
    content: "";
    width: 0px;
    height: 1px;
    border-bottom: 2px solid #df6b3c;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    position: absolute;
    left: 50%;
    bottom: 0px;
}

#zb_index .main-outer .func-area.tas-tion-flink.active .firendly-link > a:hover::before {
    width: 98%;
    left: 0px;
    bottom: 0px;
}

#zb_index .main-outer .func-area.tas-tion-flink.active .firendly-link > .link-break {
    float: left;
    margin: 0px 12px;
    width: 1px;
    height: 16px;
    display: inline-block;
    border-left: 1px solid #c7c7c7;
    /* margin-bottom: -7px; */
    position: relative;
    bottom: -5px;
}

/*首頁幫助提示*/
#help_tips_show .tips_item {
    display: inline-block;
    position: absolute;
    z-index: 999999;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(0, 0, 0, 0.62);
}

/*#help_tips_show #left_tips{

}
#help_tips_show #right_tips{

}
#help_tips_show #top_tips{

}
#help_tips_show #bottom_tips{

}*/
#help_tips_show #content_tips {
    /*min-width: 472px;*/
    display: inline-block;
    position: absolute;
    z-index: 999999;
    height: auto;
    background: #fff;
    left: 0px;
    top: 0px;
    max-width: 420px;
    width: 420px;
    -webkit-transition: all 0.32s ease-in 0.01s;
    -moz-transition: all 0.32s ease-in 0.01s;
    -ms-transition: all 0.32s ease-in 0.01s;
    -o-transition: all 0.32s ease-in 0.01s;
    transition: all 0.32s ease-in 0.01s;
}

#help_tips_show #content_tips .popover-title {
    padding: 12px;
    font-size: 24px;
    color: #df6b3c;
}

#help_tips_show #content_tips .popover-navigation {
    padding: 10px;
    text-align: right;
    border-top: 1px solid #e6e6e6
}

#help_tips_show #content_tips .popover-navigation button {
    margin: 0 3px;
}

#help_tips_show #content_tips .popover-content {
    min-height: 70px;
    padding: 15px;
    font-size: 14px;
    color: #5c5c5c;
}

#help_tips_show #content_tips .arrow {
    margin-left: -11px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}